@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}

a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}

body {
	min-width: 1250px;
}

/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
}

#header .hInner {
	padding: 10px 0;
	background: #F2F0F1;
}

#header .hInner .sub {
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #666;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
	color: #666;
	font-size: 15px;
}

#header .hInner li a {
	margin: 0 10px;
	color: #666;
}

#header .hInner li a:hover {
	text-decoration: underline;
}

#header .hBox{
	margin: 0 auto;
	padding: 25px 0;
	width: 1200px;
}

#header .fix {
	z-index: 100;
	background: #fff;
}

#header h1 {
	margin: 0;
	float: left;
}

#header h1 img {
}

#header .hTxt {
	padding-top: 20px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	padding: 0 0 0 80px;
	float: right;
	font-size: 16px;
	color: #505050;
	line-height: 30px;
	background: url(tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 30px;
	color: #DD0000;
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	overflow: hidden;
	background: #0F78EE;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
	border-left: 1px solid #fff;
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li a {
	height: 62px;
	line-height: 62px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-right: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #000;
	background: #fff;
}

.mainImg {
	margin-bottom: 50px;
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 550px;
	float: left;
}

.mainImg .pic01 {
	background: url(mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #0F78EE;
}

.pageLead {
	height: 550px;
	background: url(page_lead.jpg) no-repeat center center;
}

.hot {
	padding: 20px 0;
	background: #0056b5;
}

.hot p {
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	font-size: 16px;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/
#main .feature {
	margin-bottom: 50px;
}

#main .feature li {
	margin: 0;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .feature li:hover {
	margin-top: -10px;
}

#main .product {
	padding: 0 0 50px;
}

#main .headLine01 {
	margin: 0 auto 30px;
	width: 1200px;
	color: #0F78EE;
	font-size: 45px;
	position: relative;
	text-align: center;
}

#main #conts .headLine01 {
	width: auto;
}

#main .headLine01 .en {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #E3E3E3;
	font-size: 20px;
	position: relative;
}

#main .headLine01 .en:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #0F78EE;
}

#main .product .section {
	padding: 0;
}

#main .listBox {
	width: 900px;
	float: right;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 1085px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
}

#main .srcoll li a {
	display: block;
	position: relative;
	border: 1px solid #ddd;
}

#main .srcoll li .photo {
	height: 250px;
	overflow: hidden;
}

#main .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	padding: 20px 20px;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover p {
	background: #0F78EE;
}

#main .srcoll li a:hover p {
	color: #fff;
}

#main .srcoll li .tel {
	margin-top: 10px;
	padding-left: 25px;
	display: block;
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
	background: url(tel02.png) no-repeat left center;
	background-size: 20px auto;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

#main .srcoll li a:hover .tel {
	color: #fff;
	background: url(tel03.png) no-repeat left center;
	background-size: 20px auto;
}

#main .srcoll li p .txt {
	padding: 5px 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #e10312;
	border-radius: 20px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .srcoll li a:hover p .txt {
	color: #e10312;
	background: #fff;
}

#main .aboutBox {
	padding: 50px 0 80px;
	background: url(about_bg.jpg) no-repeat left center;
	background-size: cover;
}

#main .aboutBox h2 {
	margin-bottom: 70px;
}

#main .aboutBox .photo {
	width: 500px;
	float: right;
	position: relative;
}

#main .aboutBox .photo img {
	width: 100%;
}

#main .aboutBox .textBox {
	width: 620px;
	float: left;
	position: relative;
}

#main .aboutBox .textBox h3 {
	margin-bottom: 10px;
	color: #F6561F;
	font-size: 30px;
}

#main .aboutBox .textBox h3 span {
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

#main .aboutBox .textBox .link {
	margin-top: 20px;
}

#main .aboutBox .textBox .link a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .aboutBox .textBox .link a:hover {
	color: #fff;
	background: #0F78EE;
	border-color: #0F78EE;
}

#main .aboutBox .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #d10f1d;
	font-size: 27px;
	font-weight: bold;
	background: url(atel.png) no-repeat left center;
}

#main .aboutBox .textBox p {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
}

.numsrcoll {
	padding: 40px 0;
	background: url(number_bg.jpg) no-repeat center center;
	background-size: cover;
}

.numsrcoll .sub {
	margin: 0 auto;
	padding-left: 550px;
	width: 1250px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 25%;
	float: left;
}

.numsrcoll .sub .js-counter {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .sub .js-counter span {
	margin-right: 10px;
	color: #E60012;
    font-size: 50px;
	font-family: impact;
}

.numsrcoll .sub .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	margin: 0 -1px;
	width: 200px;
	float: left;
}

#main .tabUl li a {
	padding: 15px 0;
	display: block;
	color: #333;
	font-size: 18px;
	position: relative;
	border: 2px solid #0F78EE;
}

#main .tabUl li a:before {
	display: none;
	position: absolute;
	height: 6px;
	left: 50%;
	content: "";
	bottom: -17px;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #0F78EE;
}

#main .tabUl li.on a {
	color: #fff;
	background: #0F78EE;
}

#main .tabUl li.on a:before {
	display: block;
}

#main .tabUl li a:hover:before {
	display: block;
}

#main .tabUl li a:hover {
	color: #fff;
	background: #0F78EE;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

#main .newsBox .left {
	width: 800px;
	float: left;
}

#main .newsBox .imgBox {
	margin-bottom: 40px;
}

#main .newsBox .imgBox a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgBox a .photo {
	width: 230px;
	height: 180px;
	float: left;
}

#main .newsBox .imgBox a .photo img {
	width: 100%;
}

#main .newsBox .imgBox a .textBox {
	padding-left: 250px;
}

#main .newsBox .imgBox a .textBox p {
	color: #333;
	font-size: 17px;
}

#main .newsBox .imgBox a .textBox .ttl {
	margin-bottom: 15px;
	color: #000;
	font-weight: bold;
	font-size: 19px;
}

#main .newsBox .section {
	width: 1250px;
}

#main .newsBox .imgList li {
	margin: 0 0 15px;
	width: 46%;
	color: #666;
	float: left;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li:nth-child(2n) {
	float: right;
}

#main .newsBox .imgList li a {
	padding: 10px 13px;
	display: block;
	font-size: 17px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px dotted #ccc;
	background: url(icon.png) no-repeat left center;
}

#main .newsBox .imgList li .date {
	color: #999;
	font-size: 15px;
	position: absolute;
	right: 0;
	top: 10px;
}

#main .newsBox .right {
	width: 350px;
	height: 440px;
	float: right;
	border: 1px solid #0F78EE;
}

#main .newsBox .right h2 {
	margin: 0;
	padding: 15px;
	color: #fff;
	background: #0F78EE;
}

#main .newsBox .right dl {
	padding: 0 20px;
}

#main .newsBox .right dt {
	margin-bottom: 5px;
	padding: 5px 0 5px 30px;
	color: #000;
	font-size: 17px;
	line-height: 2;
	background: url(news_w.png) no-repeat left center;
}

#main .newsBox .right dt a:hover {
	text-decoration: underline;
}

#main .newsBox .right dd {
	margin: 0;
	padding: 0 0 15px 30px;
	font-size: 15px;
	line-height: 1.7;
	background: url(news_d.png) no-repeat left 3px;
	border-bottom: 1px dashed #ccc;
}

#main .gallery {
	padding: 70px 0;
	background: url(case_bg.jpg) no-repeat center top;
	background-size: cover;
}

#main .gallery .headLine01 {
	margin-bottom: 50px;
	padding-bottom: 15px;
	background: url(h2_bg.png) no-repeat center bottom;
}

#main .gallery .headLine01 span {
	margin-top: 0;
	color: #666;
}

#main .gallery .headLine01 span:before {
	display: none;
}

#main .gallery .slider02 li {
	margin: 0 25px 0 0;
	padding-bottom: 10px;
	width: 350px;
	float: left;
}

#main .gallery .slider02 li a {
	padding: 10px;
	display: block;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

#main .gallery .slider02 li a:hover {
	background: #0F78EE;
}

#main .gallery .slider02 li .photo {
	height: 300px;
}

#main .gallery .slider02 li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
}

#main .gallery .slider02 li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .slider02 li a:hover p {
	color: #fff;
}

#main .gallery .link {
	margin: 40px auto 0;
	width: 700px;
}

#main .gallery .link li {
	margin: 0 2%;
	width: 46%;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .link li a {
	padding: 10px 0;
	display: block;
	font-size: 18px;
	text-align: center;
	border-radius: 30px;
}

#main .gallery .link .btn01 a {
	color: #000;
	border: 1px solid #E60012;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .gallery .link .btn01 a:hover {
	color: #fff;
	background: #E60012;
}

#main .gallery .link .btn02 a {
	color: #fff;
	background: #F89900;
	border: 1px solid #F89900;
}

#main .gallery .link .btn02:hover {
	margin: 0 1%;
	width: 48;
}

#main .gallery .link .btn02 a span {
	padding-left: 25px;
	display: inline-block;
	background: url(tel03.png) no-repeat left center;
	background-size: 20px auto;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

.newsBox {
}


#footer {
	padding-top: 10px;
	background: #34373F;
}

#footer .pageTop {
	text-align: center;
}

#footer .fBox {
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
}

#footer .ttl {
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #0F78EE;
}

#footer .fBox .navi01 {
	padding: 15px 0;
	width: 200px;
	height: 310px;
	float: left;
	border-right: 1px solid rgba(255,255,255,.4);
	box-sizing: border-box;
}

#footer .fBox .navi02 {
	padding: 15px 30px;
	width: 310px;
	height: 310px;
	float: left;
	border-right: 1px solid rgba(255,255,255,.4);
	box-sizing: border-box;
}

#footer .fBox li {
	margin-bottom: 10px;
	color: #b6b7ba;
	font-size: 15px;
}

#footer .fBox li a {
	color: #b6b7ba;
}

#footer .fBox li a:hover {
	text-decoration: underline;
}

#footer .fBox .boxinfo {
	padding: 15px 30px;
	width: 380px;
	height: 310px;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,.4);
}

#footer .fBox .boxinfo .txt {
	color: #fff;
	font-size: 15px;
	line-height: 1.9;
}

#footer .fBox .code {
	padding-top: 30px;
	float: right;
}

#footer .fBox .code .tel {
	margin-bottom: 20px;
	padding-left: 55px;
	color: #fff;
	font-size: 17px;
	line-height: 1.2;
	background:url(tel03.png) no-repeat left center;
	background-size: 40px auto;
}

#footer .fBox .code .tel span {
	display: block;
	color: #0F78EE;
	font-size: 36px;
	font-family: impact;
}

#footer .fBox .codeImg {
	margin: 0 auto;
	width: 150px;
	text-align: center;
}

#footer .fBox .codeImg img {
	width: 150px;
}

#footer .fBox .codeImg span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	background: #292A2E;
	box-sizing: border-box;
}

#footer .copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
}

#side h2 {
	margin: 0;
	padding: 25px 0;
	color: #fff;
	font-size: 25px;
	text-align: center;
	background: #0F78EE;
}

#side h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#side ul {
	padding: 10px 10px 1px;
	border: 1px solid #0F78EE;
}

#side li {
	margin-bottom: 10px;
}

#side li a {
	padding: 20px 20px 20px 30px;
	display: block;
	font-size: 15px;
	background: #ECECED url(arrow02.png) no-repeat 13px center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #fff;
	background: #0F78EE url(arrow03.png) no-repeat 13px center;
}

#side .sconttact {
	padding: 0;
}

#side .sconttact h2 {
	background: #0F78EE;
}

#side .sconttact p {
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#side .sImg {
	margin: 15px -5px 0;
}

#side .sImg img {
	width: 100%;
}

#conts {
	width: 890px;
	float: right;
}

#main .pageTitle {
	margin-bottom: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

#main .pageTitle h2 {
	margin: 0;
	color: #0F78EE;
	float: left;
	font-size: 35px;
	font-weight: bold;
	text-align: left;
}

#main .pageTitle h2 span {
	margin: 0;
	padding: 3px 20px 5px;
	display: block;
	color: #0F78EE;
	font-size: 20px;
	position: relative;
}

#main .pageTitle h2 span:before {
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #0F78EE;
}

.pagePath {
	margin: 0;
	padding: 5px 0;
	float: right;
	color: #666;
	font-size: 17px;
}

.pagePath a {
	color: #0F78EE;
}

.pagePath .sub {
}

.content {
	font-size: 15px;
	line-height: 1.7;
}

#main .proList {
	margin: 0 -20px 50px 0;
}

#main .proList li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 15px 15px 0;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover {
	box-shadow: 1px -1px 10px rgba(0,0,0,.3);
}

#main .proList li .photo {
	height: 280px;
	border-radius: 3px;
	overflow: hidden;
}

#main #conts .proList li .photo {
	height: 220px;
}

#main .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .proList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .proList li .ttl {
	padding: 20px 0;
	width: 100%;
	font-size: 18px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}

#main .proList li a:hover .ttl {
	color: #0F78EE;
}

#main .proList li .tel {
	padding: 0 15px;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#main .proList li .tel span {
	color: #FD0202;
	font-size: 28px;
	font-family: impact;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #0965CA;
	border: 1px solid #0965CA;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0965CA;
	border: 1px solid #0965CA;
}

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 40px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: left;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #0965CA;
	font-size: 20px;
	text-align: center;
}

.detailBox .infoText .updata {
	text-align: center;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(tel.png) no-repeat left center;
}

#main .newsList  {
	margin-bottom: 50px;
	border-top: 1px solid #eee;
}

#main .newsList li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .newsList li .sub {
	margin: 0 auto;
	width: 1200px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .sub {
	padding-right: 30px;
}

#main .newsList li a {
	padding: 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover {
	background: #0965CA;
}

#main .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	height: 100%;
}

#main .newsList li .textBox {
	/*padding-left: 240px;*/
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .newsList li a:hover .textBox .ttl,
#main .newsList li a:hover .textBox .txt,
#main .newsList li a:hover .textBox .date {
	color: #fff;
}

.topContact {
	position: relative;
	z-index: 100;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: url(arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 35px;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 15px;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #E4181F;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

#main .comList {
	margin-bottom: 50px;
	text-align: center;
}

#main .comList li {
	margin: 0 10px;
	display: inline;
}

#main .comList li a {
	padding: 15px 0;
	width: 150px;
	color: #fff;
	font-size: 17px;
	border-radius: 30px;
	display: inline-block;
	text-align: center;
	background: #C50000;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .comList li a:hover {
	background: #F2AA2C;
}
